github.com/andybalholm/brotli.hashRolling.table (field)

5 uses

	github.com/andybalholm/brotli (current package)
		hash_rolling.go#L49: 	table         []uint32
		hash_rolling.go#L69: 	h.table = make([]uint32, 16777216)
		hash_rolling.go#L71: 		h.table[i] = kInvalidPosHashRolling
		hash_rolling.go#L144: 			found_ix = uint(h.table[code])
		hash_rolling.go#L145: 			h.table[code] = uint32(pos)